Platform Explorer / Nuxeo Platform 6.0

Extension point template-engines

Contribution Descriptors

  • Class: org.nuxeo.theme.templates.TemplateEngineType

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-theme-html-6.0.jar
    <extension point="template-engines" target="org.nuxeo.theme.services.ThemeService">
    
        <template-engine name="html" template-view="org.nuxeo.theme.html.HTMLView" title="Plain HTML"/>
    
      </extension>
  • nuxeo-theme-jsf-6.0.jar
    <extension point="template-engines" target="org.nuxeo.theme.services.ThemeService">
    
        <template-engine name="jsf-facelets" template-view="org.nuxeo.theme.jsf.JSFView" title="JSF/Facelets"/>
    
      </extension>
  • nuxeo-theme-webengine-6.0.jar
    <extension point="template-engines" target="org.nuxeo.theme.services.ThemeService">
    
        <template-engine name="freemarker" template-view="org.nuxeo.theme.webengine.FreemarkerView" title="Freemarker"/>
    
      </extension>